github.com/klauspost/compress/zstd.betterFastEncoderDict.markLongShardDirty (method)

7 uses

	github.com/klauspost/compress/zstd (current package)
		enc_better.go#L693: 			e.markLongShardDirty(nextHashL)
		enc_better.go#L746: 						e.markLongShardDirty(h0)
		enc_better.go#L806: 						e.markLongShardDirty(h0)
		enc_better.go#L890: 				e.markLongShardDirty(nextHashL)
		enc_better.go#L1025: 			e.markLongShardDirty(h0)
		enc_better.go#L1055: 			e.markLongShardDirty(nextHashL)
		enc_better.go#L1232: func (e *betterFastEncoderDict) markLongShardDirty(entryNum uint32) {